Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

634165 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/100 - Quote of The Day/js

main.js cody/swapnilsparsh/30DaysOfJavaScript/100 - Quote of The Day/js/main.js
156 Views
0 Comments
var httr = new XMLHttpRequest();
var quotes = [];
httr.open('GET', 'https://type.fit/api/quotes/');
httr.send();
httr.addEventListener('readystatechange', function(){
if(httr.readyState==4)
{
quotes = JSON.parse(httr.response);
jquery-3.5.1.slim.min.js cody/swapnilsparsh/30DaysOfJavaScript/100 - Quote of The Day/js/jquery-3.5.1.slim.min.js
152 Views
0 Comments
/*! jQuery v3.5.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-deprecated/ajax-event-alias,-effects,-effects/Tween,-effects/animatedSelector | (c) JS Foundation and other contributors | jquery.org/license */
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(
bootstrap.min.js cody/swapnilsparsh/30DaysOfJavaScript/100 - Quote of The Day/js/bootstrap.min.js
161 Views
0 Comments
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).bootstrap={},t.jQuer
popper.min.js cody/swapnilsparsh/30DaysOfJavaScript/100 - Quote of The Day/js/popper.min.js
149 Views
0 Comments
/*
Copyright (C) Federico Zivolo 2020
Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT).
*/(function(e,t){'object'==typeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typeof define&&define.amd?define(t):e.Popper=t()})(this,function(){'use strict';function e(e){return e&&'[object Function]'==={}.toString.call(e)}function t(e,t){if(1!==e.nodeType)return[];var o=e.ownerDocument.defaultView,n=o.getComputedStyle(e,null);return t?n[t]:n}function